From 218f1a9dc5977d1e8a11790c9571f745b5686308 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Wed, 8 Nov 2006 18:29:16 +0000 Subject: [PATCH] Write the /local/domain//vm node early in the startup process (immediately after the domain is created). QEMU needs this in place when it starts up, in order to find the VNC password. Signed-off-by: Ewan Mellor --- tools/python/xen/xend/XendDomainInfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index 1231db6dc8..03ca41660a 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -678,6 +678,7 @@ class XendDomainInfo: t.remove() t.mkdir() t.set_permissions({ 'dom' : self.domid }) + t.write('vm', self.vmpath) def _storeDomDetails(self): to_store = { -- 2.30.2